home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Main.DIR / 00001_Script_1 < prev    next >
Text File  |  1997-08-01  |  555b  |  17 lines

  1. on exitFrame
  2.   go the frame
  3.   cursor 200
  4.   set the locH of sprite 10 to the mouseH
  5.   set the locV of sprite 10 to the mouseV
  6.   if sprite 10 intersects 2 then go frame "atyou"
  7. end
  8.  
  9. on keyDown 
  10.   if the key = 1 then set the soundLevel to (1)
  11.   if the key = 2 then set the soundLevel to (2)
  12.   if the key = 3 then set the soundLevel to (3)
  13.   if the key = 4 then set the soundLevel to (4)
  14.   if the key = 5 then set the soundLevel to (5)
  15.   if the key = 6 then set the soundLevel to (6)
  16.   if the key = 7 then set the soundLevel to (7)
  17. end keydown